home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / docs / pascsrc / writemr.pas < prev    next >
Encoding:
Pascal/Delphi Source File  |  1988-01-15  |  117 b   |  8 lines

  1. program Guppy_The_Fish;
  2.  
  3. begin
  4.    Write('This will ');
  5.    Write('all be ');
  6.    Writeln('on one line.');
  7. end.
  8.